GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.GanttView Namespace / PropertyStorage<T> Class / OnAddingNew Method

In This Topic
    OnAddingNew Method (PropertyStorage<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnAddingNew( _
       ByVal e As AddingNewEventArgs _
    ) 
    protected virtual void OnAddingNew( 
       AddingNewEventArgs e
    )

    Parameters

    e
    See Also